1 2 3 REM 4 SubName 5 LabelName 6 EndStmt 7 UnderScore 8 DIM 9 DECLARE 10 CONST 11 OPTION 12 DEFVAR 13 DEFINT 14 DEFLNG 15 DEFSNG 16 DEFDBL 17 DEFCUR 18 DEFSTR 19 STATIC 20 PUBLIC 21 PRIVATE 22 FUNCTION 23 SUB 24 PROPERTY 25 GET 26 SET 27 DO 28 FOR 29 FORALL 30 WHILE 31 THEN 32 GOTO 33 IN 34 CASE 35 STEP 36 NEXT 37 CLASS 38 TYPE 39 UNTIL 40 LOOP 41 ELSEIF 42 ELSE 43 IF 44 SELECT 45 WITH 46 WEND 47 INTEGER 48 LONG 49 SINGLE 50 DOUBLE 51 CURRENCY 52 VARIANT 53 ANY 54 END 55 56 57 58 59 60 61 62 63 64 65 66 ( 67 ; 68 . 69 .. 70 = 71 <> 72 < 73 <= 74 > 75 >= 76 =< 77 => 78 >< 79 & 80 - 81 + 82 83 * 84 / 85 ^ 86 IS 87 IMP 88 EQV 89 XOR 90 OR 91 AND 92 NOT 93 LIKE 94 MOD 95 ACOS 96 ASC 97 ASIN 98 ATN 99 ATN2 100 COS 101 DATENUMBER 102 DATEVALUE 103 DAY 104 YIELD 105 EXP 106 HOUR 107 IMESTATUS 108 INSTR 109 INSTRB 110 ISARRAY 111 ISDATE 112 ISEMPTY 113 ISLIST 114 ISNULL 115 ISNUMERIC 116 ISOBJECT 117 ISSCALAR 118 ISUNKNOWN 119 LBOUND 120 LEN 121 LENB 122 LENBP 123 LOG 124 MINUTE 125 MONTH 126 MESSAGEBOX 127 NOW 128 RND 129 ROUND 130 SECOND 131 SGN 132 SHELL 133 SIN 134 SQR 135 STRCOMPARE 136 TAN 137 TIMER 138 TIMENUMBER 139 TIMEVALUE 140 TODAY 141 TYPENAME 142 UBOUND 143 UNI 144 VAL 145 DATATYPE 146 WEEKDAY 147 YEAR 148 INSTRBP 149 BIN 150 CHR 151 COMMAND 152 DATE 153 ENVIRON 154 FORMAT 155 HEX 156 INPUTBOX 157 LCASE 158 LEFT 159 LEFTB 160 LTRIM 161 MID 162 MIDB 163 OCT 164 RIGHT 165 RIGHTB 166 RTRIM 167 SPACE 168 STR 169 STRING 170 TIME 171 TRIM 172 UCASE 173 UCHR 174 USTRING 175 LEFTBP 176 MIDBP 177 RIGHTBP 178 BIN$ 179 CHR$ 180 COMMAND$ 181 DATE$ 182 ENVIRON$ 183 FORMAT$ 184 HEX$ 185 INPUTBOX$ 186 LCASE$ 187 LEFT$ 188 LEFTB$ 189 LTRIM$ 190 MID$ 191 MIDB$ 192 OCT$ 193 RIGHT$ 194 RIGHTB$ 195 RTRIM$ 196 SPACE$ 197 STR$ 198 STRING$ 199 TIME$ 200 TRIM$ 201 UCASE$ 202 UCHR$ 203 USTRING$ 204 LEFTBP$ 205 MIDBP$ 206 RIGHTBP$ 207 EOF 208 FILEATTR 209 FILEDATETIME 210 FILELEN 211 FREEFILE 212 GETFILEATTR 213 LOC 214 LOF 215 SEEK 216 INPUT 217 INPUTB 218 CURDIR 219 CURDRIVE 220 DIR 221 INPUT$ 222 INPUTB$ 223 CURDIR$ 224 CURDRIVE$ 225 DIR$ 226 CCUR 227 CDBL 228 CINT 229 CLNG 230 CSNG 231 CSTR 232 CVAR 233 CDAT 234 ERL 235 ERR 236 ERROR 237 ERROR$ 238 , 239 ) 240 # 241 AS 242 LIST 243 TO 244 NEW 245 LIB 246 ALIAS 247 BYVAL 248 BASE 249 COMPARE 250 NOCASE 251 BIND 252 GOSUB 253 RESUME 254 CALL 255 REMOVE 256 EVENT 257 FROM 258 PRESERVE 259 ACCESS 260 WRITE 261 LOCK 262 OUTPUT 263 APPEND 264 BINARY 265 RANDOM 266 READ 267 SHARED 268 ACTIVATEAPP 269 LET 270 BEEP 271 DELETE 272 ERASE 273 EXECUTE 274 EXIT 275 LSET 276 RSET 277 USELSX 278 USE 279 ON 280 PRINT 281 TAB 282 SPC 283 RANDOMIZE 284 REDIM 285 RETURN 286 SENDKEYS 287 STOP 288 OPEN 289 CLOSE 290 RESET 291 LINE 292 PUT 293 NAME 294 WIDTH 295 FILECOPY 296 CHDIR 297 CHDRIVE 298 MKDIR 299 RMDIR 300 KILL 301 UNLOCK 302 SETFILEATTR 303 ME 304 LSI_INFO 305 ABS 306 FIX 307 FRACTION 308 INT 309 LISTTAG 310 ISELEMENT 311 TRUE 312 FALSE 313 NOTHING 314 NULL 315 PI 316 UNICODE 317 LMBCS 318 EVALUATE 319 ClassSt 320 TypeSt 321 TabMark 322 DOEVENTS 323 MSGBOX 324 APPACTIVATE 325 STRCOMP 326 SETATTR 327 GETATTR 328 CVDATE 329 DATESERIAL 330 TIMESERIAL 331 VARTYPE 332 EXPLICIT 333 TEXT 53249 Unexpected: %s 53250 [%d] 53251 End-of-file 53252 Compiler stack overflow at: %s 53253 Not an event name: %s 53254 Name previously declared: %s 53255 Illegal type suffix on name: %s 53256 Declaration may not contain type suffix and data type: %s 53257 Type suffix does not match data type: %s 53258 Class or type name not found: %s 53259 Name too long: %s 53260 Illegal range specifier 53261 Duplicate range specifier 53262 Illegal specification of array bounds for: %s 53263 Illegal numeric constant 53264 Numeric overflow 53265 Numeric underflow 53267 PROPERTY GET and SET must have same data type 53268 Illegal string length constant for: %s 53269 Illegal constant expression for: %s 53270 Illegal array bound for: %s 53271 Duplicate option 53272 Illegal STATIC on: %s 53273 Illegal value for OPTION BASE 53274 Variable not declared: %s 53275 Illegal parenthesized reference: %s 53276 Cannot subclass: %s 53277 Maximum array dimensions (8) exceeded: %s 53278 Wrong number of array subscripts for: %s 53279 Reference must contain exactly one subscript: %s 53280 Illegal use of parentheses 53281 Illegal BYVAL 53282 Variable required: %s 53283 Illegal reference to: %s 53284 Not a sub or function name: %s 53285 Derived class may not be PUBLIC when parent is PRIVATE: %s 53286 Arguments not legal in declaration of: %s 53287 Illegal scope for PUBLIC or PRIVATE on: %s 53288 Not an instance name: %s 53289 Not a member: %s 53290 Wrong number of arguments for: %s 53291 Illegal BYVAL on arguments to: %s 53292 Type mismatch on: %s 53293 Missing argument for: %s 53294 Illegal pass by value: %s 53295 Unterminated %REM block 53296 Unterminated multiline string 53297 Duplicate label: %s 53298 LISTTAG argument is not a FORALL alias variable 53299 Undefined label: %s 53300 FOR count variable already in use: %s 53301 Name does not match FOR count variable: %s 53302 Illegal reference to named constant: %s 53304 Illegal TO in reference to: %s 53305 Illegal single-line IF 53307 Statement is illegal outside of a subprogram 53308 Illegal ON ERROR statement 53309 Illegal use of NEW or DELETE 53310 Out of memory 53311 Illegal EXIT %s 53312 Error number must be INTEGER constant: %s 53313 Error number must be INTEGER 53314 Bounds must be specified in REDIM of: %s 53315 Label is illegal outside of a subprogram 53316 Cannot open included file: %s 53321 Storage class or visibility does not match forward declaration: %s 53322 Return type does not match forward declaration: %s 53323 Argument does not match forward declaration: %s 53324 Number of arguments does not match forward declaration: %s 53325 Illegal use of NEW on array or list declaration: %s 53326 Declaration not valid in TYPE scope: %s 53327 End-of-line 53328 Size of data cannot exceed 64K in this scope 53329 Illegal RESUME statement 53330 Illegal external argument: %s 53331 Named product class instance not valid here 53332 Illegal function return type for: %s 53333 Illegal data type for argument: %s 53334 Illegal ANY: %s 53335 Too many arguments for: %s 53336 Not an array, list, collection or variant: %s 53337 Illegal REDIM on: %s 53338 Not a product class: %s 53339 Illegal construction of type instance: %s 53340 Illegal product constant: %s 53341 Illegal property type for: %s 53342 Illegal use of ERASE 53343 Not a product class instance: %s 53344 Array size exceeds maximum: %s 53346 Member declared in a parent class: %s 53347 Method signature does not match parent method: %s 53348 Method was declared as something else in a parent: %s 53349 Property was declared as something else in a parent: %s 53350 Property type does not match parent property: %s 53351 Illegal PRIVATE declaration of: %s 53352 Illegal PUBLIC declaration of: %s 53353 PROPERTY SET not defined for: %s 53354 PROPERTY GET not defined for: %s 53355 TYPE declaration has no members 53356 %s 53357 Illegal OPTION BASE after array declaration 53358 ME not valid outside of class scope 53359 .. not valid outside of class scope 53360 Name was forward declared as something else: %s 53361 Illegal type suffix on FORALL alias variable: %s 53362 FORALL alias variable is not of same data type: %s 53363 Illegal reference to FORALL alias variable: %s 53365 SET may only be used on class instance assignments 53366 SET required on class instance assignment 53367 TYPE may not have instance of itself as a member: %s 53368 Unterminated %s block 53369 Expected: 53370 Statement 53371 Expression 53372 Identifier 53373 Operator 53374 End-of-statement 53375 Data type 53376 String constant 53377 Label 53378 0 53379 1 53380 Not a PUBLIC member: %s 53381 Maximum number of errors reached 53382 Illegal character after continuation character 53383 Public symbol is declared in another module: %s 53384 Illegal DEFtype statement after declaration 53385 Unknown statement 53386 Statement is illegal in a subprogram 53389 INCLUDE filename must be a string literal 53390 Member of PUBLIC class or type is instance of a PRIVATE class or type: %s 53391 Wrong number of arguments to constructor for class: %s 53392 Illegal pass by value 53393 Illegal reference to array or list: %s 53394 Illegal type suffix on keyword: %s 53395 Class not specified on BIND into: %s 53396 Compiler statement stack overflow at: %s 53397 Illegal call to: %s 53398 DELETE not valid on: %s 53399 Too many items specified in input/output statement 53400 Too many labels specified in ON..GOTO statement 53401 FORALL alias variable already in use: %s 53402 Class is not a parent of this class: %s 53403 Member is not a subprogram: %s 53404 Illegal OPTION PUBLIC after declaration 53405 Illegal executable code at the module level 53406 Illegal PUBLIC instance of PRIVATE class or type: %s 53407 ISELEMENT argument is not a list or variant: %s 53408 Illegal constructor clause on: %s 53409 Parent SUB NEW has arguments, SUB NEW is required for: %s 53410 Illegal USE or USELSX statement after declaration 53411 Event handler must be a LotusScript SUB: %s 53412 FORALL alias variable was previously declared: %s 53413 Illegal OPTION DECLARE after implicit declaration 53414 Illegal use of array or list element as FORALL target 53415 Wrong data type for argument %s in event handler %s 53416 Too many nested INCLUDEs 53417 SUB NEW arguments do not match parent's SUB NEW arguments 53418 PROPERTY GET and SET must have same storage class and visibility 53419 Statement is illegal in TYPE block: %s 53420 Statement is illegal in CLASS block: %s 53421 Illegal name for class or type: %s 53422 DIM required on declarations in this scope 53423 Token is too long 53424 PUBLIC is not allowed in this module 53425 Duplicate forward declaration: %s 53426 FOR count variable must be a scalar variable: %s 53427 Expected expression before end of argument list for: %s 53428 Illegal use of property: %s 53429 File contains too many source lines 53430 Declaration of external subprogram is not legal inside a class 53431 Maximum allowable code size exceeded 53432 Maximum allowable data size exceeded 53433 Maximum allowable symbol table size exceeded 53434 Constant 53436 Unterminated string constant 53437 Illegal character after %INCLUDE directive 53438 Numeric constant 53439 Size of data cannot exceed 32K in this scope 53440 Unterminated square bracket reference 53441 Relational operator 53442 CASE ELSE must be the last CASE in a SELECT statement 53443 Illegal directive 53444 Unterminated %IF, %ELSEIF or %ELSE directive 53445 Illegal character after directive 53446 LIB name must be a string constant 53447 USE or USELSX name must be a string constant 53448 EVALUATE argument must be a string constant 53449 Illegal second parenthesized expression 53450 Illegal use of UNICODE or LMBCS keyword 53451 UNICODE and LBMCS strings must be declared BYVAL 53452 Empty parentheses not legal on: %s 53453 Too many nested WITHs 53454 Illegal use of escape character in identifier: %s 53455 Illegal use of escape character 53456 Error in EVALUATE macro 53457 Name previously referenced in this scope: %s 53458 Wrong number of arguments for event handler: %s 53459 Property is read-only: %s 53460 Missing subscript or collection index for: %s 53461 Missing argument to constructor for: %s 53462 Missing array bound for: %s 53463 Client variables holding arrays is not yet supported: %s 53464 LEN argument must be a variable or a string expression 53465 Missing collection index for: %s 53466 Missing list subscript for ISELEMENT argument: %s 53467 Cannot assign into collection item 53468 Cannot forward declare CLASS or TYPE 53469 CLASS or TYPE declaration may not be inside a control block 53470 Procedure declaration may not be inside a control block 53471 Collection item is not an instance: %s 53472 Product class does not have a New method: %s 53473 Error processing use list module: %s 53475 Illegal on declarations in this scope: %s 54017 User-defined error 54019 RETURN without GOSUB 54021 Illegal function call 54022 Overflow 54023 Out of memory 54025 Subscript out of range 54027 Division by zero 54029 Type mismatch 54030 Out of string space 54035 No RESUME 54036 RESUME without error 54044 Out of stack space 54051 Sub, function or property not defined 54064 Error in loading DLL 54065 Bad DLL calling convention 54067 Internal error[%ld-%ld] 54068 Bad file name or number 54069 File not found 54070 Bad file mode 54071 File already open 54073 Device I/O error 54074 File already exists 54075 Bad record length 54077 Disk full 54078 Input past end of file 54079 Bad record number 54080 Bad file name 54083 Too many files 54084 Device unavailable 54086 Permission denied 54087 Disk not ready 54090 Cannot rename with different drive 54091 Path/file access error 54092 Path not found 54107 Object variable not set 54108 FOR loop not initialized 54109 Invalid pattern string 54110 Invalid use of null 54111 Cannot destroy active instance 54112 File not writable 54113 File not readable 54114 Illegal file number 54115 File not open 54116 Conflicting modes supplied 54117 Unable to open file 54118 Illegal operation for file mode 54119 Data too big for record 54120 Bad attribute 54121 Cannot set attribute for file 54136 List item does not exist 54166 Cannot find module: %s 54167 Cannot find external name: %s 54168 Type mismatch on external name: %s 54169 Module already loaded 54170 Module not found 54171 Invalid module file 54172 Compiler error 54174 ADT error: Control procedure missing 54175 Named product object does not exist 54176 Unknown class of product object returned 54177 ADT error: Object handle changed 54178 Bad argument to external function 54179 Unsupported argument type to external function 54180 Unsupported return type for external function 54181 External function not found 54182 Event handler not attached 54183 Module in use 54184 Too many calls into module 54185 LISTTAG argument not a list element 54186 Illegal REDIM of fixed array 54187 Array size exceeds maximum limit 54188 Illegal LIKE pattern 54189 Argument out of range 54190 Illegal circular USE: %s 54191 Duplicate PUBLIC name %s in USE module %s 54192 Expression out of range 54193 Invalid ^ operator operands 54194 Error loading USE or USELSX module: %s 54195 Underflow 54196 Operation not supported on this platform 54197 Type suffix does not match actual data type 54198 Instance member does not exist 54199 Variant does not contain an object 54200 Variant does not contain a container 54201 Wrong number of arguments for method 54202 Name used as a method is not a method 54203 Illegal use of SUB 54204 Illegal use of FUNCTION 54205 Illegal use of PROPERTY 54206 Illegal use of read-only PROPERTY 54207 List reference must contain exactly one subscript 54208 ISELEMENT argument is not a list 54209 Illegal DELETE 54210 Not a product object 54211 Event does not exist 54212 Event handler argument type mismatch 54213 Event handler argument count mismatch 54214 Not a PUBLIC Member 54215 Missing argument 54216 Attempt to access uninitialized dynamic array 54217 Operation is disallowed in this session 54218 SET required on class instance assignment 54219 Invalid collection item 54220 Wrong number of collection indices 54221 Not a collection object 54222 Collection item not found 54223 Automation object error 54224 Cannot create automation object 54225 Automation object file name error 54226 Automation object member not found 54227 Wrong number of arguments for automation object 54228 Automation object argument type mismatch 54229 %s: %s 54230 Forall container invalid or modified 54231 Out of system stack space 54232 Illegal REDIM 54233 Error creating product object 54234 Error accessing product object property 54235 Error accessing product object method 54236 Error accessing product object 54237 Error in EVALUATE macro 54529 AM 54530 PM 54531 A 54532 P 54533 am 54534 pm 54535 a 54536 p 54537 Yes 54538 No 54539 True 54540 False 54541 On 54542 Off 54543 . 54544 , 54545 / 54546 : 54547 AM 54548 PM 54549 $ 54550 M/d/yy 54551 dddd, MMMM dd, yyyy 54552 Sunday 54553 Monday 54554 Tuesday 54555 Wednesday 54556 Thursday 54557 Friday 54558 Saturday 54559 Sun 54560 Mon 54561 Tue 54562 Wed 54563 Thu 54564 Fri 54565 Sat 54566 January 54567 February 54568 March 54569 April 54570 May 54571 June 54572 July 54573 August 54574 September 54575 October 54576 November 54577 December 54578 Jan 54579 Feb 54580 Mar 54581 Apr 54582 May 54583 Jun 54584 Jul 54585 Aug 54586 Sep 54587 Oct 54588 Nov 54589 Dec 54590 ASUNDAY 54591 AMONDAY 54592 ATUESDAY 54593 AWEDNESDAY 54594 ATHURSDAY 54595 AFRIDAY 54596 ASATURDAY 54597 ASUN 54598 AMON 54599 ATUE 54600 AWED 54601 ATHU 54602 AFRI 54603 ASAT 54604 MM 54605 TT 54606 SS 54607 HH 54608 MEIJI 54609 TAISHO 54610 SHOWA 54611 HEISEI 54612 BR 54613 AR 54614 ARN 54615 ARCN 54616 D 54617 M 54618 Y 54619 A 54620 B 54621 C 54622 D 54623 E 54624 F 54625 G 54626 H 54627 I 54628 J 54629 K 54630 INITIALIZE 54631 TERMINATE 54632 #NULL# 54633 %s+%ld: 54634 $EXECUTE$ 54635 $EXECUTE%d$ 54636 EMPTY 54637 NULL 54638 INTEGER 54639 LONG 54640 SINGLE 54641 DOUBLE 54642 CURRENCY 54643 DATE 54644 STRING 54645 OBJECT 54646 ERROR 54647 BOOLEAN 54648 VARIANT 54649 UNKNOWN 54650 STRING 54651 LIST 54652 ( ) 54653 %s( ) 54654 %s LIST 54655 ARRAY 54656 LIST 54657 STRING*%d 54658 UNKNOWN 54659 OLE OBJECT 54660 [%d] 54661 VOID 54662 CONST %s 54663 [ %s ] 54664 INCLUDE 54665 ENDREM 54666 M 54667 T 54668 S 54669 H 54670 08.09.1868. 54671 30.07.1912. 54672 25.12.1926. 54673 08.01.1989. 54674 00 54675 WIN16 54676 WIN32 54677 WINNT 54678 WIN95 54679 WINDOWS 54680 OS2 54681 MAC 54682 MAC68K 54683 MACPPC 54684 HPUX 54685 SOLARIS 54686 UNIX 54687 OLE 54688 AIX 55553 Argument out of range 55554 Property does not exist 55555 Method does not exist 55556 Invalid object reference 55557 Argument type mismatch 55558 Invalid argument value 55559 Print operation failed 55560 Could not launch application 55561 Invalid window coordinates 55562 Cannot create file 55563 Could not save file 55564 Executable image of wrong format 55565 Clipboard contains nothing to paste 55566 Document is read only 55567 Unknown clipboard format 55569 Error raised during method invocation 55570 Unknown unit of measure